projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e29eb8c
)
* frame.h (Qtty_color_mode): Add declaration.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Mon, 26 Jul 2010 16:57:19 +0000
(09:57 -0700)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Mon, 26 Jul 2010 16:57:19 +0000
(09:57 -0700)
src/ChangeLog
patch
|
blob
|
history
src/frame.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 1780e4e5f111c61c9d92463341450e688ff019e1..6d812d2de93d85c2e9bd301c4d85f31accb6d03b 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
+ * frame.h (Qtty_color_mode): Add declaration.
+
* lisp.h (Ftop_level, Fexit_recursive_edit)
(Fabort_recursive_edit): Mark as NO_RETURN.
diff --git
a/src/frame.h
b/src/frame.h
index 0abd878a31f4d61f595a1ba803dcdd0b6f1a144e..54b4c89d304c00fbe4449698a87f638c23efef6b 100644
(file)
--- a/
src/frame.h
+++ b/
src/frame.h
@@
-1089,6
+1089,7
@@
extern Lisp_Object x_new_font (struct frame *, Lisp_Object, int);
/* These are in frame.c */
+extern Lisp_Object Qtty_color_mode;
extern Lisp_Object Vx_resource_name;
extern Lisp_Object Vx_resource_class;